I'm using ATCK but I'm not sure it makes a difference - I need a footer bar with the message and then the footer menu inline.

I don't know how to theme the footer :-(
The menu is in a div so I guess that's why it won't share a line with the message.

Does anyone have any pointers for me? I'd be eternally grateful (for as long as I remember, at least)
Thanks!

Comments

Chippe’s picture

Im no expert but I managed to put two div on the same line.

Ex. (Im just using the word message and menu)

<div class="message-wrapper">
<?php print $xxx?>
</div>

<div class="menu-wrapper">
<?php print $xxx?>
</div>